home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Presentations / Presentations ’96 / Papers ’96 / Book of Practical Objects / BasicObjects ƒ / Basic Objects Read Me next >
Encoding:
Text File  |  1996-06-22  |  974 b   |  23 lines  |  [TEXT/CWIE]

  1. Basic Objects Read Me
  2.  
  3. The source files here implement basic reusable objects. They are mostly functional
  4. but there are some major caveats.
  5.  
  6. CFIFOQueue and BoyerMoore are complete (as far as I know) There will be minor updates
  7. to clean up interfaces probably.
  8.  
  9. BinaryTree is semi-complete. You can traverse in-order and add items to a tree. The
  10. balance hasn't been implemented. Reverse traversal hasn't been done either. I will
  11. be updating it. See below for updating information.
  12.  
  13. CKeywords is functional for keywords, but references are not supported yet. See
  14. the section on updates below.
  15.  
  16. Getting Updates
  17. I have just recently moved and do not have a web page set up at the time I am putting
  18. this on the MacHack CD. I will be setting up a page in the near future for updates,
  19. etc. I will try to get a link from the MacHack Papers page at the MacHack web site.
  20. Alternatively you can mail my permanant (hopefully) e-mail address: Looker1@aol.com.
  21.  
  22. Shane Looker
  23. June 22, 1996